Tramp: handle non-standard file system like GPFS
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 16 Jun 2024 14:03:41 +0000 (16:03 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 16 Jun 2024 14:03:41 +0000 (16:03 +0200)
commit90234ba7f024f3dae342689b47930835e4904503
treee20495d3f7f136ac7682a33e476c5075ad19c841
parent275a5582414c2f63bccce896200b4e84f1ba0d75
Tramp: handle non-standard file system like GPFS

* doc/misc/tramp.texi (Frequently Asked Questions):
Explain tramp-use-file-attributes.

* lisp/net/tramp.el (tramp-use-file-attributes): New defcustom and
defsubst.
(tramp-skeleton-file-exists-p):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-executable-p)
(tramp-adb-handle-file-readable-p):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-file-executable-p)
(tramp-sudoedit-handle-file-readable-p)
(tramp-sudoedit-handle-file-writable-p): Use it.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-executable-p)
(tramp-sh-handle-file-readable-p)
(tramp-sh-handle-file-writable-p): Use it.
(tramp-sh-handle-set-file-acl): Fix property name.
doc/misc/tramp.texi
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el